pub struct CreateListResult {
pub list_id: EntityId,
}Fields§
§list_id: EntityIdAuto Trait Implementations§
impl Freeze for CreateListResult
impl RefUnwindSafe for CreateListResult
impl Send for CreateListResult
impl Sync for CreateListResult
impl Unpin for CreateListResult
impl UnsafeUnpin for CreateListResult
impl UnwindSafe for CreateListResult
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