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