pub struct ReadModeInkLockDown {}
Trait Implementations§
Source§impl Clone for ReadModeInkLockDown
impl Clone for ReadModeInkLockDown
Source§fn clone(&self) -> ReadModeInkLockDown
fn clone(&self) -> ReadModeInkLockDown
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 ReadModeInkLockDown
impl Debug for ReadModeInkLockDown
Source§impl Default for ReadModeInkLockDown
impl Default for ReadModeInkLockDown
Source§fn default() -> ReadModeInkLockDown
fn default() -> ReadModeInkLockDown
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for ReadModeInkLockDown
impl<'__input> XmlRead<'__input> for ReadModeInkLockDown
Auto Trait Implementations§
impl Freeze for ReadModeInkLockDown
impl RefUnwindSafe for ReadModeInkLockDown
impl Send for ReadModeInkLockDown
impl Sync for ReadModeInkLockDown
impl Unpin for ReadModeInkLockDown
impl UnwindSafe for ReadModeInkLockDown
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