pub struct ShotgunRackResult {
pub empty: bool,
pub ejected_shell_type: ShellType,
}
Fields§
§empty: bool
§ejected_shell_type: ShellType
Trait Implementations§
Source§impl Clone for ShotgunRackResult
impl Clone for ShotgunRackResult
Source§fn clone(&self) -> ShotgunRackResult
fn clone(&self) -> ShotgunRackResult
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 moreSource§impl Debug for ShotgunRackResult
impl Debug for ShotgunRackResult
Source§impl PartialEq for ShotgunRackResult
impl PartialEq for ShotgunRackResult
impl StructuralPartialEq for ShotgunRackResult
Auto Trait Implementations§
impl Freeze for ShotgunRackResult
impl RefUnwindSafe for ShotgunRackResult
impl Send for ShotgunRackResult
impl Sync for ShotgunRackResult
impl Unpin for ShotgunRackResult
impl UnwindSafe for ShotgunRackResult
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