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