#[repr(C)]pub struct XmtpFfiSendOpts {
pub should_push: i32,
}Expand description
Options for sending a message.
Fields§
§should_push: i32Whether to send a push notification. 1 = yes (default), 0 = no.
Trait Implementations§
Source§impl Clone for XmtpFfiSendOpts
impl Clone for XmtpFfiSendOpts
Source§fn clone(&self) -> XmtpFfiSendOpts
fn clone(&self) -> XmtpFfiSendOpts
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 XmtpFfiSendOpts
impl Debug for XmtpFfiSendOpts
Source§impl Default for XmtpFfiSendOpts
impl Default for XmtpFfiSendOpts
Source§fn default() -> XmtpFfiSendOpts
fn default() -> XmtpFfiSendOpts
Returns the “default value” for a type. Read more
Source§impl PartialEq for XmtpFfiSendOpts
impl PartialEq for XmtpFfiSendOpts
impl Copy for XmtpFfiSendOpts
impl Eq for XmtpFfiSendOpts
impl StructuralPartialEq for XmtpFfiSendOpts
Auto Trait Implementations§
impl Freeze for XmtpFfiSendOpts
impl RefUnwindSafe for XmtpFfiSendOpts
impl Send for XmtpFfiSendOpts
impl Sync for XmtpFfiSendOpts
impl Unpin for XmtpFfiSendOpts
impl UnsafeUnpin for XmtpFfiSendOpts
impl UnwindSafe for XmtpFfiSendOpts
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