Enum bundlrs::db::PastePermissionLevel
source · pub enum PastePermissionLevel {
Normal,
EditTextPasswordless,
Passwordless,
Blocked,
}
Variants§
Trait Implementations§
source§impl Clone for PastePermissionLevel
impl Clone for PastePermissionLevel
source§fn clone(&self) -> PastePermissionLevel
fn clone(&self) -> PastePermissionLevel
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 PastePermissionLevel
impl Debug for PastePermissionLevel
source§impl Default for PastePermissionLevel
impl Default for PastePermissionLevel
source§impl<'de> Deserialize<'de> for PastePermissionLevel
impl<'de> Deserialize<'de> for PastePermissionLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for PastePermissionLevel
impl PartialEq for PastePermissionLevel
source§fn eq(&self, other: &PastePermissionLevel) -> bool
fn eq(&self, other: &PastePermissionLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PastePermissionLevel
impl Serialize for PastePermissionLevel
impl StructuralPartialEq for PastePermissionLevel
Auto Trait Implementations§
impl RefUnwindSafe for PastePermissionLevel
impl Send for PastePermissionLevel
impl Sync for PastePermissionLevel
impl Unpin for PastePermissionLevel
impl UnwindSafe for PastePermissionLevel
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