#[repr(C)]pub struct CoreUpdateResultT {
pub created_assets: *mut TtIdT,
pub removed_assets: *mut TtIdT,
pub updated_assets: *mut TtIdT,
}
Fields§
§created_assets: *mut TtIdT
§removed_assets: *mut TtIdT
§updated_assets: *mut TtIdT
Trait Implementations§
Source§impl Clone for CoreUpdateResultT
impl Clone for CoreUpdateResultT
Source§fn clone(&self) -> CoreUpdateResultT
fn clone(&self) -> CoreUpdateResultT
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 Default for CoreUpdateResultT
impl Default for CoreUpdateResultT
impl Copy for CoreUpdateResultT
Auto Trait Implementations§
impl Freeze for CoreUpdateResultT
impl RefUnwindSafe for CoreUpdateResultT
impl !Send for CoreUpdateResultT
impl !Sync for CoreUpdateResultT
impl Unpin for CoreUpdateResultT
impl UnwindSafe for CoreUpdateResultT
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