pub struct DynamicVariable<T: 'static> { /* private fields */ }
Expand description
A global dynamic variable.
Declared and initialized by the fluid_let!
macro.
See crate-level documentation for examples.
Implementations§
Source§impl<T> DynamicVariable<T>
impl<T> DynamicVariable<T>
Source§impl<T: Clone> DynamicVariable<T>
impl<T: Clone> DynamicVariable<T>
Auto Trait Implementations§
impl<T> Freeze for DynamicVariable<T>
impl<T> RefUnwindSafe for DynamicVariable<T>
impl<T> Send for DynamicVariable<T>
impl<T> Sync for DynamicVariable<T>
impl<T> Unpin for DynamicVariable<T>
impl<T> UnwindSafe for DynamicVariable<T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes