Struct stablebond_events::program::StablebondLogs
source · pub struct StablebondLogs;Expand description
Type representing the program.
Trait Implementations§
source§impl Clone for StablebondLogs
impl Clone for StablebondLogs
source§fn clone(&self) -> StablebondLogs
fn clone(&self) -> StablebondLogs
Returns a copy 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 StablebondLogs
impl RefUnwindSafe for StablebondLogs
impl Send for StablebondLogs
impl Sync for StablebondLogs
impl Unpin for StablebondLogs
impl UnwindSafe for StablebondLogs
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