pub struct SaveGif {
pub id: InputDocument,
pub unsave: bool,
}Expand description
Fields§
§id: InputDocument§unsave: boolTrait Implementations§
Source§impl Identifiable for SaveGif
impl Identifiable for SaveGif
Source§const CONSTRUCTOR_ID: u32 = 0x327a30cb
const CONSTRUCTOR_ID: u32 = 0x327a30cb
The constructor ID as specified in the TL schema.
Source§impl Serializable for SaveGif
impl Serializable for SaveGif
impl StructuralPartialEq for SaveGif
Auto Trait Implementations§
impl Freeze for SaveGif
impl RefUnwindSafe for SaveGif
impl Send for SaveGif
impl Sync for SaveGif
impl Unpin for SaveGif
impl UnsafeUnpin for SaveGif
impl UnwindSafe for SaveGif
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