pub struct FuelCellPacket(/* private fields */);Implementations§
Source§impl FuelCellPacket
impl FuelCellPacket
Sourcepub fn properties(&self) -> &Properties
pub fn properties(&self) -> &Properties
Gets the properties used to construct this ClassPacket
Trait Implementations§
Source§impl Display for FuelCellPacket
impl Display for FuelCellPacket
Auto Trait Implementations§
impl Freeze for FuelCellPacket
impl RefUnwindSafe for FuelCellPacket
impl Send for FuelCellPacket
impl Sync for FuelCellPacket
impl Unpin for FuelCellPacket
impl UnwindSafe for FuelCellPacket
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