pub struct GetVariables;Expand description
Marker type for the GetVariables action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetVariables
impl RefUnwindSafe for GetVariables
impl Send for GetVariables
impl Sync for GetVariables
impl Unpin for GetVariables
impl UnsafeUnpin for GetVariables
impl UnwindSafe for GetVariables
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