pub enum LinodeScope {
AccountReadOnly,
AccountReadWrite,
LinodesReadOnly,
LinodesReadWrite,
Other(String),
}
Variants§
Trait Implementations§
Source§impl Clone for LinodeScope
impl Clone for LinodeScope
Source§fn clone(&self) -> LinodeScope
fn clone(&self) -> LinodeScope
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 LinodeScope
impl Debug for LinodeScope
Source§impl<'de> Deserialize<'de> for LinodeScope
impl<'de> Deserialize<'de> for LinodeScope
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 Display for LinodeScope
impl Display for LinodeScope
Source§impl FromStr for LinodeScope
impl FromStr for LinodeScope
Source§impl PartialEq for LinodeScope
impl PartialEq for LinodeScope
Source§impl Serialize for LinodeScope
impl Serialize for LinodeScope
Source§impl TryFrom<&str> for LinodeScope
impl TryFrom<&str> for LinodeScope
Source§impl TryFrom<String> for LinodeScope
impl TryFrom<String> for LinodeScope
impl Eq for LinodeScope
impl Scope for LinodeScope
impl StructuralPartialEq for LinodeScope
Auto Trait Implementations§
impl Freeze for LinodeScope
impl RefUnwindSafe for LinodeScope
impl Send for LinodeScope
impl Sync for LinodeScope
impl Unpin for LinodeScope
impl UnwindSafe for LinodeScope
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