pub struct Easy {
pub create: &'static str,
pub update: &'static str,
}Fields§
§create: &'static streasy is using defaults
update: &'static strImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for Easy
impl Send for Easy
impl Sync for Easy
impl Unpin for Easy
impl UnwindSafe for Easy
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