pub struct ScopeParam {
pub type_: String,
pub user: Option<String>,
}
Fields§
§type_: String
§user: Option<String>
Trait Implementations§
Source§impl Clone for ScopeParam
impl Clone for ScopeParam
Source§fn clone(&self) -> ScopeParam
fn clone(&self) -> ScopeParam
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 ScopeParam
impl Debug for ScopeParam
Source§impl Default for ScopeParam
impl Default for ScopeParam
Source§fn default() -> ScopeParam
fn default() -> ScopeParam
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScopeParam
impl<'de> Deserialize<'de> for ScopeParam
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 ScopeParam
impl Display for ScopeParam
Auto Trait Implementations§
impl Freeze for ScopeParam
impl RefUnwindSafe for ScopeParam
impl Send for ScopeParam
impl Sync for ScopeParam
impl Unpin for ScopeParam
impl UnwindSafe for ScopeParam
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