pub enum AttrWriteType {
Read,
ReadWithWrite,
Write,
ReadWrite,
}
Expand description
Attribute “write type” constants.
Variants§
Trait Implementations§
Source§impl Clone for AttrWriteType
impl Clone for AttrWriteType
Source§fn clone(&self) -> AttrWriteType
fn clone(&self) -> AttrWriteType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AttrWriteType
impl Debug for AttrWriteType
Source§impl PartialEq for AttrWriteType
impl PartialEq for AttrWriteType
impl Copy for AttrWriteType
impl Eq for AttrWriteType
impl StructuralPartialEq for AttrWriteType
Auto Trait Implementations§
impl Freeze for AttrWriteType
impl RefUnwindSafe for AttrWriteType
impl Send for AttrWriteType
impl Sync for AttrWriteType
impl Unpin for AttrWriteType
impl UnwindSafe for AttrWriteType
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