pub enum CodScope {
Connection,
Account,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CodScope
impl<'de> Deserialize<'de> for CodScope
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
impl StructuralPartialEq for CodScope
Auto Trait Implementations§
impl Freeze for CodScope
impl RefUnwindSafe for CodScope
impl Send for CodScope
impl Sync for CodScope
impl Unpin for CodScope
impl UnwindSafe for CodScope
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