pub struct GroupShout {
pub body: String,
pub poster: GroupUser,
pub created: DateTime,
pub updated: DateTime,
}Fields§
§body: String§poster: GroupUser§created: DateTime§updated: DateTimeTrait Implementations§
Source§impl Clone for GroupShout
impl Clone for GroupShout
Source§fn clone(&self) -> GroupShout
fn clone(&self) -> GroupShout
Returns a duplicate 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 GroupShout
impl Debug for GroupShout
Source§impl<'de> Deserialize<'de> for GroupShout
impl<'de> Deserialize<'de> for GroupShout
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 Freeze for GroupShout
impl RefUnwindSafe for GroupShout
impl Send for GroupShout
impl Sync for GroupShout
impl Unpin for GroupShout
impl UnwindSafe for GroupShout
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