pub struct ImmutableFoundryDestroyParams { /* private fields */ }
Implementations§
Source§impl ImmutableFoundryDestroyParams
impl ImmutableFoundryDestroyParams
pub fn new() -> ImmutableFoundryDestroyParams
pub fn foundry_sn(&self) -> ScImmutableUint32
Trait Implementations§
Source§impl Clone for ImmutableFoundryDestroyParams
impl Clone for ImmutableFoundryDestroyParams
Source§fn clone(&self) -> ImmutableFoundryDestroyParams
fn clone(&self) -> ImmutableFoundryDestroyParams
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 moreAuto Trait Implementations§
impl Freeze for ImmutableFoundryDestroyParams
impl !RefUnwindSafe for ImmutableFoundryDestroyParams
impl !Send for ImmutableFoundryDestroyParams
impl !Sync for ImmutableFoundryDestroyParams
impl Unpin for ImmutableFoundryDestroyParams
impl !UnwindSafe for ImmutableFoundryDestroyParams
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