pub struct GroupcastAdoption {
pub groupcast_adopted: Option<bool>,
}Fields§
§groupcast_adopted: Option<bool>Trait Implementations§
Source§impl Debug for GroupcastAdoption
impl Debug for GroupcastAdoption
Auto Trait Implementations§
impl Freeze for GroupcastAdoption
impl RefUnwindSafe for GroupcastAdoption
impl Send for GroupcastAdoption
impl Sync for GroupcastAdoption
impl Unpin for GroupcastAdoption
impl UnsafeUnpin for GroupcastAdoption
impl UnwindSafe for GroupcastAdoption
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