pub struct Sanctions(/* private fields */);Implementations§
Source§impl Sanctions
impl Sanctions
pub fn raw_handle(&self) -> EOS_HSanctions
Auto Trait Implementations§
impl Freeze for Sanctions
impl RefUnwindSafe for Sanctions
impl !Send for Sanctions
impl !Sync for Sanctions
impl Unpin for Sanctions
impl UnsafeUnpin for Sanctions
impl UnwindSafe for Sanctions
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