pub struct LsRemoteOutcome {
pub records: Vec<LsRemoteRecord>,
pub format: ObjectFormat,
}Expand description
Structured advertisement result for embedders.
Fields§
§records: Vec<LsRemoteRecord>§format: ObjectFormatTrait Implementations§
Source§impl Clone for LsRemoteOutcome
impl Clone for LsRemoteOutcome
Source§fn clone(&self) -> LsRemoteOutcome
fn clone(&self) -> LsRemoteOutcome
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 LsRemoteOutcome
impl RefUnwindSafe for LsRemoteOutcome
impl Send for LsRemoteOutcome
impl Sync for LsRemoteOutcome
impl Unpin for LsRemoteOutcome
impl UnsafeUnpin for LsRemoteOutcome
impl UnwindSafe for LsRemoteOutcome
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