pub enum LeashConfig {
Entity(Uuid),
Fence(BlockPos),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeashConfig
impl RefUnwindSafe for LeashConfig
impl Send for LeashConfig
impl Sync for LeashConfig
impl Unpin for LeashConfig
impl UnwindSafe for LeashConfig
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