pub struct Stateful {
pub description: Option<String>,
pub scopes: Option<Vec<String>>,
}Fields§
§description: Option<String>§scopes: Option<Vec<String>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Stateful
impl<'de> Deserialize<'de> for Stateful
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
Auto Trait Implementations§
impl Freeze for Stateful
impl RefUnwindSafe for Stateful
impl Send for Stateful
impl Sync for Stateful
impl Unpin for Stateful
impl UnsafeUnpin for Stateful
impl UnwindSafe for Stateful
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