pub struct Account { /* private fields */ }Implementations§
Source§impl Account
impl Account
pub fn account_id<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn owner<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Account
impl RefUnwindSafe for Account
impl Send for Account
impl Sync for Account
impl Unpin for Account
impl UnsafeUnpin for Account
impl UnwindSafe for Account
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