Enum nando_support::nando_metadata::NandoKind
source · pub enum NandoKind {
ReadOnly,
ReadWrite,
WriteOnly,
}Variants§
Implementations§
source§impl NandoKind
impl NandoKind
pub fn is_read_only(&self) -> bool
pub fn is_write_only(&self) -> bool
Trait Implementations§
source§impl PartialEq for NandoKind
impl PartialEq for NandoKind
impl Copy for NandoKind
impl Eq for NandoKind
impl StructuralEq for NandoKind
impl StructuralPartialEq for NandoKind
Auto Trait Implementations§
impl RefUnwindSafe for NandoKind
impl Send for NandoKind
impl Sync for NandoKind
impl Unpin for NandoKind
impl UnwindSafe for NandoKind
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