pub struct SandboxPage {
pub items: Vec<SandboxView>,
}Fields§
§items: Vec<SandboxView>Trait Implementations§
Source§impl Clone for SandboxPage
impl Clone for SandboxPage
Source§fn clone(&self) -> SandboxPage
fn clone(&self) -> SandboxPage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SandboxPage
impl Debug for SandboxPage
Source§impl Default for SandboxPage
impl Default for SandboxPage
Source§fn default() -> SandboxPage
fn default() -> SandboxPage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SandboxPage
impl<'de> Deserialize<'de> for SandboxPage
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
impl Eq for SandboxPage
Source§impl PartialEq for SandboxPage
impl PartialEq for SandboxPage
Source§impl Serialize for SandboxPage
impl Serialize for SandboxPage
impl StructuralPartialEq for SandboxPage
Auto Trait Implementations§
impl Freeze for SandboxPage
impl RefUnwindSafe for SandboxPage
impl Send for SandboxPage
impl Sync for SandboxPage
impl Unpin for SandboxPage
impl UnsafeUnpin for SandboxPage
impl UnwindSafe for SandboxPage
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