Struct lemmy_api_common::site::SiteResponse
source · pub struct SiteResponse {
pub site_view: SiteView,
pub taglines: Vec<Tagline>,
}Expand description
The response for a site.
Fields§
§site_view: SiteView§taglines: Vec<Tagline>Trait Implementations§
source§impl Clone for SiteResponse
impl Clone for SiteResponse
source§fn clone(&self) -> SiteResponse
fn clone(&self) -> SiteResponse
Returns a copy 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 SiteResponse
impl Debug for SiteResponse
source§impl<'de> Deserialize<'de> for SiteResponse
impl<'de> Deserialize<'de> for SiteResponse
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 RefUnwindSafe for SiteResponse
impl Send for SiteResponse
impl Sync for SiteResponse
impl Unpin for SiteResponse
impl UnwindSafe for SiteResponse
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