Enum mesh_protobuf::NoResources
source · pub enum NoResources {}
Expand description
An empty resources type, used when an encoding does not require any external resources (such as files or mesh channels).
Auto Trait Implementations§
impl Freeze for NoResources
impl RefUnwindSafe for NoResources
impl Send for NoResources
impl Sync for NoResources
impl Unpin for NoResources
impl UnwindSafe for NoResources
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