pub struct ScopeScene {
pub id: Option<String>,
pub values: Option<Vec<String>>,
pub description: Option<String>,
pub title: Option<String>,
}
Expand description
ScopeScene 模型
Fields§
§id: Option<String>
§values: Option<Vec<String>>
§description: Option<String>
§title: Option<String>
Trait Implementations§
Source§impl Clone for ScopeScene
impl Clone for ScopeScene
Source§fn clone(&self) -> ScopeScene
fn clone(&self) -> ScopeScene
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 ScopeScene
impl Debug for ScopeScene
Source§impl<'de> Deserialize<'de> for ScopeScene
impl<'de> Deserialize<'de> for ScopeScene
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 ScopeScene
impl RefUnwindSafe for ScopeScene
impl Send for ScopeScene
impl Sync for ScopeScene
impl Unpin for ScopeScene
impl UnwindSafe for ScopeScene
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