pub struct GhfcFile {
pub name: String,
pub content: Vec<u8>,
}
Fields§
§name: String
§content: Vec<u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GhfcFile
impl RefUnwindSafe for GhfcFile
impl Send for GhfcFile
impl Sync for GhfcFile
impl Unpin for GhfcFile
impl UnwindSafe for GhfcFile
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