pub struct AllowedCollisionEntry {
pub enabled: Vec<bool>,
}Fields§
§enabled: Vec<bool>Trait Implementations§
Source§impl Clone for AllowedCollisionEntry
impl Clone for AllowedCollisionEntry
Source§fn clone(&self) -> AllowedCollisionEntry
fn clone(&self) -> AllowedCollisionEntry
Returns a duplicate 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 AllowedCollisionEntry
impl Debug for AllowedCollisionEntry
Source§impl Default for AllowedCollisionEntry
impl Default for AllowedCollisionEntry
Source§impl<'de> Deserialize<'de> for AllowedCollisionEntry
impl<'de> Deserialize<'de> for AllowedCollisionEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AllowedCollisionEntry
impl PartialEq for AllowedCollisionEntry
Source§impl Serialize for AllowedCollisionEntry
impl Serialize for AllowedCollisionEntry
impl Message for AllowedCollisionEntry
impl StructuralPartialEq for AllowedCollisionEntry
Auto Trait Implementations§
impl Freeze for AllowedCollisionEntry
impl RefUnwindSafe for AllowedCollisionEntry
impl Send for AllowedCollisionEntry
impl Sync for AllowedCollisionEntry
impl Unpin for AllowedCollisionEntry
impl UnwindSafe for AllowedCollisionEntry
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