pub enum CodScopeParam {
Connection,
Account,
}Variants§
Trait Implementations§
Source§impl Clone for CodScopeParam
impl Clone for CodScopeParam
Source§fn clone(&self) -> CodScopeParam
fn clone(&self) -> CodScopeParam
Returns a duplicate 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 CodScopeParam
impl Debug for CodScopeParam
Source§impl Default for CodScopeParam
impl Default for CodScopeParam
Source§fn default() -> CodScopeParam
fn default() -> CodScopeParam
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CodScopeParam
impl<'de> Deserialize<'de> for CodScopeParam
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 CodScopeParam
impl PartialEq for CodScopeParam
Source§impl Serialize for CodScopeParam
impl Serialize for CodScopeParam
impl StructuralPartialEq for CodScopeParam
Auto Trait Implementations§
impl Freeze for CodScopeParam
impl RefUnwindSafe for CodScopeParam
impl Send for CodScopeParam
impl Sync for CodScopeParam
impl Unpin for CodScopeParam
impl UnwindSafe for CodScopeParam
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