pub struct CdnUrl {
pub file_id: FileId,
/* private fields */
}
Fields§
§file_id: FileId
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CdnUrl
impl RefUnwindSafe for CdnUrl
impl Send for CdnUrl
impl Sync for CdnUrl
impl Unpin for CdnUrl
impl UnwindSafe for CdnUrl
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