pub struct WriteProtection {}
Trait Implementations§
Source§impl Clone for WriteProtection
impl Clone for WriteProtection
Source§fn clone(&self) -> WriteProtection
fn clone(&self) -> WriteProtection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WriteProtection
impl Debug for WriteProtection
Source§impl Default for WriteProtection
impl Default for WriteProtection
Source§fn default() -> WriteProtection
fn default() -> WriteProtection
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for WriteProtection
impl<'__input> XmlRead<'__input> for WriteProtection
Auto Trait Implementations§
impl Freeze for WriteProtection
impl RefUnwindSafe for WriteProtection
impl Send for WriteProtection
impl Sync for WriteProtection
impl Unpin for WriteProtection
impl UnwindSafe for WriteProtection
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