pub struct CFile {
pub id: i64,
pub name: String,
}
Expand description
Object to represent a File in workspace.
Fields§
§id: i64
§name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CFile
impl RefUnwindSafe for CFile
impl Send for CFile
impl Sync for CFile
impl Unpin for CFile
impl UnwindSafe for CFile
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