[−][src]Struct sequoia_openpgp::packet::Header
An OpenPGP packet's header.
Fields
ctb: CTB
The packet's CTB.
length: BodyLength
The packet's length.
Methods
impl Header
[src]
pub fn plausible<R: BufferedReader<C>, C>(reader: &mut R) -> Result<()>
[src]
Returns whether the byte stream starts with a plausible OpenPGP header.
This is a heuristic.
This function does not consume any data from reader
.
Trait Implementations
impl Clone for Header
[src]
impl Debug for Header
[src]
impl<'a> Parse<'a, Header> for Header
[src]
fn from_reader<R: 'a + Read>(reader: R) -> Result<Self>
[src]
Parses an OpenPGP packet's header as described in Section 4.2 of RFC 4880.
fn from_file<P: AsRef<Path>>(path: P) -> Result<T>
[src]
fn from_bytes(data: &'a [u8]) -> Result<T>
[src]
impl Serialize for Header
[src]
Auto Trait Implementations
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,