pub struct A2fActivityCreateResponseArgs {
pub success: bool,
pub activity_id: u64,
}
Fields§
§success: bool
§activity_id: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for A2fActivityCreateResponseArgs
impl RefUnwindSafe for A2fActivityCreateResponseArgs
impl Send for A2fActivityCreateResponseArgs
impl Sync for A2fActivityCreateResponseArgs
impl Unpin for A2fActivityCreateResponseArgs
impl UnwindSafe for A2fActivityCreateResponseArgs
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