[][src]Struct rpki::roa::RoaBuilder

pub struct RoaBuilder(_);

Methods

impl RoaBuilder[src]

pub fn new(as_id: AsId, cert: CertBuilder) -> Self[src]

pub fn encode(self) -> SignedObjectBuilder<impl Values>[src]

Methods from Deref<Target = SignedObjectBuilder<AttestationBuilder>>

pub fn content(&self) -> &C[src]

pub fn content_mut(&mut self) -> &mut C[src]

pub fn cert(&self) -> &CertBuilder[src]

pub fn cert_mut(&mut self) -> &mut CertBuilder[src]

pub fn signing_time(&mut self, time: Time)[src]

pub fn binary_signing_time(&mut self, time: Time)[src]

Trait Implementations

impl AsMut<SignedObjectBuilder<AttestationBuilder>> for RoaBuilder[src]

impl AsMut<AttestationBuilder> for RoaBuilder[src]

impl AsRef<SignedObjectBuilder<AttestationBuilder>> for RoaBuilder[src]

impl AsRef<AttestationBuilder> for RoaBuilder[src]

impl DerefMut for RoaBuilder[src]

impl Deref for RoaBuilder[src]

type Target = SignedObjectBuilder<AttestationBuilder>

The resulting type after dereferencing.

Auto Trait Implementations

impl Send for RoaBuilder

impl Sync for RoaBuilder

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.