pub struct GetPropertiesBuilder { /* private fields */ }Implementations§
Source§impl GetPropertiesBuilder
impl GetPropertiesBuilder
pub fn object_id(self, object_id: impl Into<RemoteObjectId>) -> Self
pub fn own_properties(self, own_properties: impl Into<bool>) -> Self
pub fn accessor_properties_only( self, accessor_properties_only: impl Into<bool>, ) -> Self
pub fn generate_preview(self, generate_preview: impl Into<bool>) -> Self
pub fn non_indexed_properties_only( self, non_indexed_properties_only: impl Into<bool>, ) -> Self
pub fn build(self) -> Result<GetProperties, String>
Trait Implementations§
Source§impl Clone for GetPropertiesBuilder
impl Clone for GetPropertiesBuilder
Source§fn clone(&self) -> GetPropertiesBuilder
fn clone(&self) -> GetPropertiesBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetPropertiesBuilder
impl Default for GetPropertiesBuilder
Source§fn default() -> GetPropertiesBuilder
fn default() -> GetPropertiesBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetPropertiesBuilder
impl RefUnwindSafe for GetPropertiesBuilder
impl Send for GetPropertiesBuilder
impl Sync for GetPropertiesBuilder
impl Unpin for GetPropertiesBuilder
impl UnsafeUnpin for GetPropertiesBuilder
impl UnwindSafe for GetPropertiesBuilder
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