pub struct SingleCkEditorUserSessionOutput;
Trait Implementations§
Source§impl HasField<result> for SingleCkEditorUserSessionOutput
impl HasField<result> for SingleCkEditorUserSessionOutput
Source§type Type = Option<CkEditorUserSession>
type Type = Option<CkEditorUserSession>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleCkEditorUserSessionOutput
impl RefUnwindSafe for SingleCkEditorUserSessionOutput
impl Send for SingleCkEditorUserSessionOutput
impl Sync for SingleCkEditorUserSessionOutput
impl Unpin for SingleCkEditorUserSessionOutput
impl UnwindSafe for SingleCkEditorUserSessionOutput
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