pub struct ProjectionOptions {
pub revision_view: RevisionView,
pub text_materialization: TextMaterialization,
}Fields§
§revision_view: RevisionView§text_materialization: TextMaterializationTrait Implementations§
Source§impl Clone for ProjectionOptions
impl Clone for ProjectionOptions
Source§fn clone(&self) -> ProjectionOptions
fn clone(&self) -> ProjectionOptions
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 moreimpl Copy for ProjectionOptions
Source§impl Debug for ProjectionOptions
impl Debug for ProjectionOptions
Source§impl Default for ProjectionOptions
impl Default for ProjectionOptions
impl Eq for ProjectionOptions
Source§impl PartialEq for ProjectionOptions
impl PartialEq for ProjectionOptions
impl StructuralPartialEq for ProjectionOptions
Auto Trait Implementations§
impl Freeze for ProjectionOptions
impl RefUnwindSafe for ProjectionOptions
impl Send for ProjectionOptions
impl Sync for ProjectionOptions
impl Unpin for ProjectionOptions
impl UnsafeUnpin for ProjectionOptions
impl UnwindSafe for ProjectionOptions
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