Struct aws_sdk_iam::types::builders::PositionBuilder
source · #[non_exhaustive]pub struct PositionBuilder { /* private fields */ }
Expand description
A builder for Position
.
Implementations§
source§impl PositionBuilder
impl PositionBuilder
sourcepub fn line(self, input: i32) -> Self
pub fn line(self, input: i32) -> Self
The line containing the specified position in the document.
sourcepub fn set_line(self, input: Option<i32>) -> Self
pub fn set_line(self, input: Option<i32>) -> Self
The line containing the specified position in the document.
sourcepub fn get_line(&self) -> &Option<i32>
pub fn get_line(&self) -> &Option<i32>
The line containing the specified position in the document.
sourcepub fn column(self, input: i32) -> Self
pub fn column(self, input: i32) -> Self
The column in the line containing the specified position in the document.
sourcepub fn set_column(self, input: Option<i32>) -> Self
pub fn set_column(self, input: Option<i32>) -> Self
The column in the line containing the specified position in the document.
sourcepub fn get_column(&self) -> &Option<i32>
pub fn get_column(&self) -> &Option<i32>
The column in the line containing the specified position in the document.
Trait Implementations§
source§impl Clone for PositionBuilder
impl Clone for PositionBuilder
source§fn clone(&self) -> PositionBuilder
fn clone(&self) -> PositionBuilder
Returns a copy 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 Debug for PositionBuilder
impl Debug for PositionBuilder
source§impl Default for PositionBuilder
impl Default for PositionBuilder
source§fn default() -> PositionBuilder
fn default() -> PositionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PositionBuilder
impl PartialEq for PositionBuilder
source§fn eq(&self, other: &PositionBuilder) -> bool
fn eq(&self, other: &PositionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PositionBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PositionBuilder
impl Send for PositionBuilder
impl Sync for PositionBuilder
impl Unpin for PositionBuilder
impl UnwindSafe for PositionBuilder
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.