pub struct LocationsSender<'a>(/* private fields */);Available on crate feature
client only.Expand description
Pulls Locations from a CPO.
Spec: 2.3.0 §mod_locations_cpo_interface
Implementations§
Source§impl<'a> LocationsSender<'a>
impl<'a> LocationsSender<'a>
Sourcepub const fn new(client: ModuleClient<'a>) -> Self
pub const fn new(client: ModuleClient<'a>) -> Self
Wraps a module client.
Trait Implementations§
Source§impl<'a> Clone for LocationsSender<'a>
impl<'a> Clone for LocationsSender<'a>
Source§fn clone(&self) -> LocationsSender<'a>
fn clone(&self) -> LocationsSender<'a>
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<'a> !RefUnwindSafe for LocationsSender<'a>
impl<'a> !UnwindSafe for LocationsSender<'a>
impl<'a> Freeze for LocationsSender<'a>
impl<'a> Send for LocationsSender<'a>
impl<'a> Sync for LocationsSender<'a>
impl<'a> Unpin for LocationsSender<'a>
impl<'a> UnsafeUnpin for LocationsSender<'a>
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