pub struct promoteLensToMain;
Trait Implementations§
Source§impl Field for promoteLensToMain
impl Field for promoteLensToMain
Source§impl HasArgument<lensId> for promoteLensToMain
impl HasArgument<lensId> for promoteLensToMain
Auto Trait Implementations§
impl Freeze for promoteLensToMain
impl RefUnwindSafe for promoteLensToMain
impl Send for promoteLensToMain
impl Sync for promoteLensToMain
impl Unpin for promoteLensToMain
impl UnwindSafe for promoteLensToMain
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