pub struct PostActionableBy {
pub login: Option<String>,
}Fields§
§login: Option<String>Trait Implementations§
Source§impl Clone for PostActionableBy
impl Clone for PostActionableBy
Source§fn clone(&self) -> PostActionableBy
fn clone(&self) -> PostActionableBy
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 PostActionableBy
impl Debug for PostActionableBy
Source§impl Default for PostActionableBy
impl Default for PostActionableBy
Source§fn default() -> PostActionableBy
fn default() -> PostActionableBy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostActionableBy
impl<'de> Deserialize<'de> for PostActionableBy
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 PostActionableBy
impl PartialEq for PostActionableBy
Source§impl Serialize for PostActionableBy
impl Serialize for PostActionableBy
impl StructuralPartialEq for PostActionableBy
Auto Trait Implementations§
impl Freeze for PostActionableBy
impl RefUnwindSafe for PostActionableBy
impl Send for PostActionableBy
impl Sync for PostActionableBy
impl Unpin for PostActionableBy
impl UnsafeUnpin for PostActionableBy
impl UnwindSafe for PostActionableBy
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