Struct ExGetProjectMetadata
pub struct ExGetProjectMetadata<'ex> { /* private fields */ }Expand description
Default-param extender for EditorSettings::get_project_metadata_ex.
Implementations§
§impl<'ex> ExGetProjectMetadata<'ex>
impl<'ex> ExGetProjectMetadata<'ex>
pub fn default(self, default: &'ex Variant) -> ExGetProjectMetadata<'ex>
pub fn done(self) -> Variant
Auto Trait Implementations§
impl<'ex> Freeze for ExGetProjectMetadata<'ex>
impl<'ex> RefUnwindSafe for ExGetProjectMetadata<'ex>
impl<'ex> !Send for ExGetProjectMetadata<'ex>
impl<'ex> !Sync for ExGetProjectMetadata<'ex>
impl<'ex> Unpin for ExGetProjectMetadata<'ex>
impl<'ex> UnwindSafe for ExGetProjectMetadata<'ex>
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