Struct rs_sandbox_core::SandboxInterface
source · [−]pub struct SandboxInterface {
pub timestamp: i64,
}Fields
timestamp: i64Implementations
Trait Implementations
sourceimpl Clone for SandboxInterface
impl Clone for SandboxInterface
sourcefn clone(&self) -> SandboxInterface
fn clone(&self) -> SandboxInterface
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SandboxInterface
impl Debug for SandboxInterface
sourceimpl Default for SandboxInterface
impl Default for SandboxInterface
sourceimpl<'de> Deserialize<'de> for SandboxInterface
impl<'de> Deserialize<'de> for SandboxInterface
sourcefn 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
sourceimpl Hash for SandboxInterface
impl Hash for SandboxInterface
sourceimpl PartialEq<SandboxInterface> for SandboxInterface
impl PartialEq<SandboxInterface> for SandboxInterface
sourcefn eq(&self, other: &SandboxInterface) -> bool
fn eq(&self, other: &SandboxInterface) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SandboxInterface) -> bool
fn ne(&self, other: &SandboxInterface) -> bool
This method tests for !=.
sourceimpl Serialize for SandboxInterface
impl Serialize for SandboxInterface
impl StructuralPartialEq for SandboxInterface
Auto Trait Implementations
impl RefUnwindSafe for SandboxInterface
impl Send for SandboxInterface
impl Sync for SandboxInterface
impl Unpin for SandboxInterface
impl UnwindSafe for SandboxInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more