pub struct ActiveSpace {
pub name: String,
pub source: ActiveSpaceSource,
}Fields§
§name: String§source: ActiveSpaceSourceTrait Implementations§
Source§impl Clone for ActiveSpace
impl Clone for ActiveSpace
Source§fn clone(&self) -> ActiveSpace
fn clone(&self) -> ActiveSpace
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 ActiveSpace
impl Debug for ActiveSpace
Source§impl<'de> Deserialize<'de> for ActiveSpace
impl<'de> Deserialize<'de> for ActiveSpace
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 PartialEq for ActiveSpace
impl PartialEq for ActiveSpace
Source§fn eq(&self, other: &ActiveSpace) -> bool
fn eq(&self, other: &ActiveSpace) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActiveSpace
impl Serialize for ActiveSpace
impl Eq for ActiveSpace
impl StructuralPartialEq for ActiveSpace
Auto Trait Implementations§
impl Freeze for ActiveSpace
impl RefUnwindSafe for ActiveSpace
impl Send for ActiveSpace
impl Sync for ActiveSpace
impl Unpin for ActiveSpace
impl UnsafeUnpin for ActiveSpace
impl UnwindSafe for ActiveSpace
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