pub struct LandmarkPlacementConfig {
pub strategy: LandmarkPlacementStrategy,
pub normal_blocker: NormalBlockerPolicy,
pub pinned_blocker: PinnedBlockerPolicy,
}Fields§
§strategy: LandmarkPlacementStrategy§normal_blocker: NormalBlockerPolicy§pinned_blocker: PinnedBlockerPolicyTrait Implementations§
Source§impl Clone for LandmarkPlacementConfig
impl Clone for LandmarkPlacementConfig
Source§fn clone(&self) -> LandmarkPlacementConfig
fn clone(&self) -> LandmarkPlacementConfig
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 moreSource§impl Debug for LandmarkPlacementConfig
impl Debug for LandmarkPlacementConfig
Source§impl Default for LandmarkPlacementConfig
impl Default for LandmarkPlacementConfig
impl Eq for LandmarkPlacementConfig
Source§impl PartialEq for LandmarkPlacementConfig
impl PartialEq for LandmarkPlacementConfig
Source§fn eq(&self, other: &LandmarkPlacementConfig) -> bool
fn eq(&self, other: &LandmarkPlacementConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LandmarkPlacementConfig
Auto Trait Implementations§
impl Freeze for LandmarkPlacementConfig
impl RefUnwindSafe for LandmarkPlacementConfig
impl Send for LandmarkPlacementConfig
impl Sync for LandmarkPlacementConfig
impl Unpin for LandmarkPlacementConfig
impl UnsafeUnpin for LandmarkPlacementConfig
impl UnwindSafe for LandmarkPlacementConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.