pub struct CreateMyPublisherTokenResponseRow { /* private fields */ }Implementations§
Source§impl CreateMyPublisherTokenResponseRow
impl CreateMyPublisherTokenResponseRow
pub fn created_at<T>(self, value: T) -> Self
pub fn expires_at<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn last_used_at<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn prefix<T>(self, value: T) -> Self
pub fn revoked_at<T>(self, value: T) -> Self
pub fn scopes<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for CreateMyPublisherTokenResponseRow
impl Clone for CreateMyPublisherTokenResponseRow
Source§fn clone(&self) -> CreateMyPublisherTokenResponseRow
fn clone(&self) -> CreateMyPublisherTokenResponseRow
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 moreSource§impl From<CreateMyPublisherTokenResponseRow> for CreateMyPublisherTokenResponseRow
impl From<CreateMyPublisherTokenResponseRow> for CreateMyPublisherTokenResponseRow
Source§fn from(value: CreateMyPublisherTokenResponseRow) -> Self
fn from(value: CreateMyPublisherTokenResponseRow) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CreateMyPublisherTokenResponseRow> for CreateMyPublisherTokenResponseRow
impl TryFrom<CreateMyPublisherTokenResponseRow> for CreateMyPublisherTokenResponseRow
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: CreateMyPublisherTokenResponseRow,
) -> Result<Self, ConversionError>
fn try_from( value: CreateMyPublisherTokenResponseRow, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CreateMyPublisherTokenResponseRow
impl RefUnwindSafe for CreateMyPublisherTokenResponseRow
impl Send for CreateMyPublisherTokenResponseRow
impl Sync for CreateMyPublisherTokenResponseRow
impl Unpin for CreateMyPublisherTokenResponseRow
impl UnsafeUnpin for CreateMyPublisherTokenResponseRow
impl UnwindSafe for CreateMyPublisherTokenResponseRow
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