pub struct MainActorOutcome {
pub address: Address,
pub address_lease: Option<Lease>,
}Fields§
§address: Address§address_lease: Option<Lease>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MainActorOutcome
impl !RefUnwindSafe for MainActorOutcome
impl Send for MainActorOutcome
impl Sync for MainActorOutcome
impl Unpin for MainActorOutcome
impl !UnwindSafe for MainActorOutcome
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