pub struct DeleteAlternativeFile {
pub resource: u32,
pub ref: u32,
}Fields§
§resource: u32The ID of the resource the alternative file belongs to.
ref: u32The ID of the alternative file to delete.
Implementations§
Trait Implementations§
Source§impl Clone for DeleteAlternativeFile
impl Clone for DeleteAlternativeFile
Source§fn clone(&self) -> DeleteAlternativeFile
fn clone(&self) -> DeleteAlternativeFile
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 DeleteAlternativeFile
impl Debug for DeleteAlternativeFile
Source§impl PartialEq for DeleteAlternativeFile
impl PartialEq for DeleteAlternativeFile
Source§impl Serialize for DeleteAlternativeFile
impl Serialize for DeleteAlternativeFile
impl StructuralPartialEq for DeleteAlternativeFile
Auto Trait Implementations§
impl Freeze for DeleteAlternativeFile
impl RefUnwindSafe for DeleteAlternativeFile
impl Send for DeleteAlternativeFile
impl Sync for DeleteAlternativeFile
impl Unpin for DeleteAlternativeFile
impl UnsafeUnpin for DeleteAlternativeFile
impl UnwindSafe for DeleteAlternativeFile
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