pub struct AssetFromClient;Expand description
A marker struct indicating an asset originates from asset server client.
Auto Trait Implementations§
impl Freeze for AssetFromClient
impl RefUnwindSafe for AssetFromClient
impl Send for AssetFromClient
impl Sync for AssetFromClient
impl Unpin for AssetFromClient
impl UnwindSafe for AssetFromClient
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