pub struct Table { /* private fields */ }
Implementations§
Source§impl Table
impl Table
pub fn created_time<T>(self, value: T) -> Self
pub fn created_time_dt<T>(self, value: T) -> Self
pub fn desc<T>(self, value: T) -> Self
pub fn groups<T>(self, value: T) -> Self
pub fn modified_time<T>(self, value: T) -> Self
pub fn modified_time_dt<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn size<T>(self, value: T) -> Self
pub fn uid<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Table
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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