pub struct MDUpdateAction;Expand description
MDUpdateAction (279).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MDUpdateAction
impl RefUnwindSafe for MDUpdateAction
impl Send for MDUpdateAction
impl Sync for MDUpdateAction
impl Unpin for MDUpdateAction
impl UnsafeUnpin for MDUpdateAction
impl UnwindSafe for MDUpdateAction
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