pub struct FMCrossPost {
pub hostedHere: Option<bool>,
pub isCrosspost: bool,
pub foreignPostId: Option<String>,
}
Fields§
§hostedHere: Option<bool>
§isCrosspost: bool
§foreignPostId: Option<String>
Trait Implementations§
Source§impl Clone for FMCrossPost
impl Clone for FMCrossPost
Source§fn clone(&self) -> FMCrossPost
fn clone(&self) -> FMCrossPost
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 FMCrossPost
impl Debug for FMCrossPost
Source§impl<'de> Deserialize<'de> for FMCrossPost
impl<'de> Deserialize<'de> for FMCrossPost
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 IsScalar<JSON> for FMCrossPost
impl IsScalar<JSON> for FMCrossPost
Source§type SchemaType = JSON
type SchemaType = JSON
The schema marker type this scalar represents.
Source§impl Serialize for FMCrossPost
impl Serialize for FMCrossPost
Source§impl Variable for FMCrossPost
impl Variable for FMCrossPost
const TYPE: VariableType
impl CoercesTo<JSON> for FMCrossPost
Auto Trait Implementations§
impl Freeze for FMCrossPost
impl RefUnwindSafe for FMCrossPost
impl Send for FMCrossPost
impl Sync for FMCrossPost
impl Unpin for FMCrossPost
impl UnwindSafe for FMCrossPost
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