pub struct GrantTargetPicker {
pub grant_instance_id: Uuid,
pub grant_label: String,
pub effect_id: String,
pub mode: String,
pub options: Vec<GrantTargetOption>,
pub filter: String,
pub filter_focused: bool,
}Expand description
Active “apply grant onto…” picker (fortify oil, frost edge scroll, …).
Fields§
§grant_instance_id: Uuid§grant_label: String§effect_id: String§mode: String§options: Vec<GrantTargetOption>§filter: String§filter_focused: boolTrait Implementations§
Source§impl Clone for GrantTargetPicker
impl Clone for GrantTargetPicker
Source§fn clone(&self) -> GrantTargetPicker
fn clone(&self) -> GrantTargetPicker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GrantTargetPicker
impl RefUnwindSafe for GrantTargetPicker
impl Send for GrantTargetPicker
impl Sync for GrantTargetPicker
impl Unpin for GrantTargetPicker
impl UnsafeUnpin for GrantTargetPicker
impl UnwindSafe for GrantTargetPicker
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