pub struct PostAncestor {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Source§impl Clone for PostAncestor
impl Clone for PostAncestor
Source§fn clone(&self) -> PostAncestor
fn clone(&self) -> PostAncestor
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 PostAncestor
impl Debug for PostAncestor
Source§impl<'de> Deserialize<'de> for PostAncestor
impl<'de> Deserialize<'de> for PostAncestor
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 PostAncestor
impl RefUnwindSafe for PostAncestor
impl Send for PostAncestor
impl Sync for PostAncestor
impl Unpin for PostAncestor
impl UnwindSafe for PostAncestor
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